API Documentation
ScreenshotTaker.h
1 // ScreenshotTaker.h
3 //
5 
6 namespace nkGraphics
7 {
11  class ScreenshotTaker final
12  {
13 
14  public :
15 
23  } ;
24 }
nkGraphics::RenderContext
A rendering context, attached to a graphic window to present to the screen.
Definition: RenderContext.h:12
nkGraphics::ScreenshotTaker::getScreenPixels
static nkImages::Image getScreenPixels(RenderContext *context)
nkGraphics
Encompasses all API of component NilkinsGraphics.
Definition: BoundingBox.h:7
nkImages::Image
Holds all information required for an image, with ownership over the data.
Definition: Image.h:14
nkGraphics::ScreenshotTaker
Utility class helping to isolate data from a render context.
Definition: ScreenshotTaker.h:12